FieldDomainPointsByUV(IList<UV>, ICollection<Double>, ICollection<Double>)
Description:
Creates object from an array of two-dimensional point coordinates
Creates object from an array of two-dimensional point coordinates
Overloads (2):
FieldDomainPointsByUV(IList[UV],ICollection[Double],ICollection[Double])
public FieldDomainPointsByUV(
IList<UV> points,
ICollection<double> uCoordinates,
ICollection<double> vCoordinates
)
-
IList<UV>pointsArray of two-dimensional point coordinates representing domain points (usually on surface)
-
ICollection<Double>uCoordinatesSet of u coordinates at which to draw grid lines on the surface
-
ICollection<Double>vCoordinatesSet of v coordinates at which to draw grid lines on the surface
-
A non-optional argument was null